home *** CD-ROM | disk | FTP | other *** search
- #ifndef WoofLibraryDef_h
- #define WoofLibraryDef_h
-
-
- // ••• Resource Allocation
-
- #define kShortAllocationSeperator 0x0100
- #define kBaseShortAllocation 0x0100
-
-
- // • 1 • WoofService
- #define kFirstWoofServiceShort ((1 * kShortAllocationSeperator) + kBaseShortAllocation)
-
- // • 2 • WoofItem
- #define kFirstWoofItemShort ((2 * kShortAllocationSeperator) + kBaseShortAllocation)
-
-
- // ••• Class Names
-
- #define kWoofItemClassName "AppleCyberdog::WoofItem"
- #define kWoofStreamClassName "AppleCyberdog::WoofStream"
- #define kWoofServiceClassName "AppleCyberdog::WoofService"
-
-
- // ••• Base Class Names for CFRG resource
-
- #define kWoofItemBaseName "WoofItem"
- #define kWoofServiceBaseName "WoofService"
-
- #endif // WoofLibraryDef_h
-